Creates and embeds a HTML IMG tag that displays the barcode image on a View page.
Namespace: Neodynamic.Web.MVC.BarcodeAssembly: Neodynamic.Web.MVC.Barcode (in Neodynamic.Web.MVC.Barcode.dll) Version: 8.0.2000.0 (8.0.2000.0)
Syntax
Parameters
- barcodeSettings
- Type:
System String
The barcode settings in the form of a query string. Refer to the help docs for further details.
- altText
- Type:
System String
The alternate text for the barcode image.
- cssClass
- Type:
System String
The CSS Class name, if any.
- style
- Type:
System String
The HTML Style attributes, if any.
Return Value
Type:
Returns a HTML IMG tag that displays the barcode image on a View page.
See Also